diff options
author | Harald Koerfgen <hkoerfg@web.de> | 2001-01-12 20:44:17 +0000 |
---|---|---|
committer | Harald Koerfgen <hkoerfg@web.de> | 2001-01-12 20:44:17 +0000 |
commit | 08a66f4cc016bc023bafb606b4057d18a91ad859 (patch) | |
tree | 79ec60172b6b18e8eaabe1ec004ee625af2fdb89 /arch/mips/dec/Makefile | |
parent | fe33a6f1f3f8c648a5c16210d89901313f5d0a4e (diff) |
Let it compile for my /260
Diffstat (limited to 'arch/mips/dec/Makefile')
-rw-r--r-- | arch/mips/dec/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/dec/Makefile b/arch/mips/dec/Makefile index f402951bc..1d4f09910 100644 --- a/arch/mips/dec/Makefile +++ b/arch/mips/dec/Makefile @@ -13,7 +13,9 @@ O_TARGET := dec.o -export-objs = wbflush.o +all: dec.o + +export-objs := wbflush.o obj-y := int-handler.o setup.o irq.o time.o reset.o rtc-dec.o wbflush.o obj-$(CONFIG_PROM_CONSOLE) += promcon.o |