diff options
Diffstat (limited to 'arch/m68k/sun3/Makefile')
-rw-r--r-- | arch/m68k/sun3/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/m68k/sun3/Makefile b/arch/m68k/sun3/Makefile index 577667e5c..b135eb22b 100644 --- a/arch/m68k/sun3/Makefile +++ b/arch/m68k/sun3/Makefile @@ -11,7 +11,10 @@ $(CC) $(AFLAGS) -traditional -Wa,-m68020 -c $< -o $*.o O_TARGET := sun3.o -O_OBJS := config.o idprom.o mmu_emu.o sun3ints.o leds.o dvma.o sbus.o intersil.o -OX_OBJS := sun3_ksyms.o + +export-objs := sun3_ksyms.o + +obj-y := config.o idprom.o mmu_emu.o sun3ints.o leds.o dvma.o \ + sbus.o intersil.o sun3_ksyms.o include $(TOPDIR)/Rules.make |