Commit 94a3c7d6 authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: arch/mips cleanup / O_TARGET removal

parent 61e1f973
...@@ -94,85 +94,76 @@ ASFLAGS += $(GCCFLAGS) ...@@ -94,85 +94,76 @@ ASFLAGS += $(GCCFLAGS)
# #
# We unconditionally build the math emulator # We unconditionally build the math emulator
# #
CORE_FILES +=arch/mips/math-emu/fpu_emulator.o core-y += arch/mips/math-emu/
SUBDIRS +=arch/mips/math-emu
# #
# Board-dependent options and extra files # Board-dependent options and extra files
# #
ifdef CONFIG_ALGOR_P4032 ifdef CONFIG_ALGOR_P4032
CORE_FILES += arch/mips/algor/algor.o core-y += arch/mips/algor/
SUBDIRS += arch/mips/algor LOADADDR += 0x80000000
LOADADDR += 0x80000000
endif endif
# #
# DECstation family # DECstation family
# #
ifdef CONFIG_DECSTATION ifdef CONFIG_DECSTATION
CORE_FILES += arch/mips/dec/dec.o core-y += arch/mips/dec/
SUBDIRS += arch/mips/dec arch/mips/dec/prom libs-y += arch/mips/dec/prom/
LIBS += arch/mips/dec/prom/lib.a LOADADDR += 0x80040000
LOADADDR += 0x80040000
endif endif
ifdef CONFIG_MIPS_ATLAS ifdef CONFIG_MIPS_ATLAS
LIBS += arch/mips/mips-boards/atlas/atlas.o arch/mips/mips-boards/generic/mipsboards.o core-y += arch/mips/mips-boards/atlas/ arch/mips/mips-boards/generic/
SUBDIRS += arch/mips/mips-boards/generic arch/mips/mips-boards/atlas LOADADDR += 0x80100000
LOADADDR += 0x80100000
endif endif
ifdef CONFIG_MIPS_MALTA ifdef CONFIG_MIPS_MALTA
LIBS += arch/mips/mips-boards/malta/malta.o arch/mips/mips-boards/generic/mipsboards.o core-y += arch/mips/mips-boards/malta/ arch/mips/mips-boards/generic/
SUBDIRS += arch/mips/mips-boards/malta arch/mips/mips-boards/generic LOADADDR += 0x80100000
LOADADDR += 0x80100000
endif endif
# #
# Acer PICA 61, Mips Magnum 4000 and Olivetti M700. # Acer PICA 61, Mips Magnum 4000 and Olivetti M700.
# #
ifdef CONFIG_MIPS_JAZZ ifdef CONFIG_MIPS_JAZZ
CORE_FILES += arch/mips/jazz/jazz.o core-y += arch/mips/jazz/
SUBDIRS += arch/mips/jazz arch/mips/arc libs-y += arch/mips/arc/
LIBS += arch/mips/arc/lib.a LOADADDR += 0x80080000
LOADADDR += 0x80080000
endif endif
ifdef CONFIG_SNI_RM200_PCI ifdef CONFIG_SNI_RM200_PCI
CORE_FILES += arch/mips/sni/sni.o core-y += arch/mips/sni/
SUBDIRS += arch/mips/sni arch/mips/arc libs-y += arch/mips/arc/
LIBS += arch/mips/arc/lib.a LOADADDR += 0x80080000
LOADADDR += 0x80080000
endif endif
ifdef CONFIG_SGI_IP22 ifdef CONFIG_SGI_IP22
CORE_FILES += arch/mips/sgi/kernel/ip22-kern.o core-y += arch/mips/sgi/kernel/
LIBS += arch/mips/arc/lib.a libs-y += arch/mips/arc/
SUBDIRS += arch/mips/sgi/kernel arch/mips/arc
# #
# Set LOADADDR to >= 0x88069000 if you want to leave space for symmon, # Set LOADADDR to >= 0x88069000 if you want to leave space for symmon,
# 0x88002000 for production kernels. Note that the value must be # 0x88002000 for production kernels. Note that the value must be
# 8kb aligned or the handling of the current variable will break. # 8kb aligned or the handling of the current variable will break.
# #
LOADADDR += 0x88002000 LOADADDR += 0x88002000
endif endif
# #
# Baget/MIPS # Baget/MIPS
# #
ifdef CONFIG_BAGET_MIPS ifdef CONFIG_BAGET_MIPS
SUBDIRS += arch/mips/baget arch/mips/baget/prom core-y += arch/mips/baget/
LIBS += arch/mips/baget/baget.a arch/mips/baget/prom/lib.a libs-y += arch/mips/baget/prom/
LOADADDR += 0x80001000 LOADADDR += 0x80001000
endif endif
# #
# NEC DDB Vrc-5074 # NEC DDB Vrc-5074
# #
ifdef CONFIG_DDB5074 ifdef CONFIG_DDB5074
SUBDIRS += arch/mips/ddb5074 core-y += arch/mips/ddb5074/
LIBS += arch/mips/ddb5074/ddb5074.a LOADADDR += 0x80080000
LOADADDR += 0x80080000
endif endif
# #
...@@ -180,9 +171,8 @@ endif ...@@ -180,9 +171,8 @@ endif
# NEC DDB Vrc-5476 # NEC DDB Vrc-5476
# #
ifdef CONFIG_DDB5476 ifdef CONFIG_DDB5476
SUBDIRS += arch/mips/ddb5476 core-y += arch/mips/ddb5476/
LIBS += arch/mips/ddb5476/ddb5476.a LOADADDR += 0x80080000
LOADADDR += 0x80080000
endif endif
# #
...@@ -190,28 +180,26 @@ endif ...@@ -190,28 +180,26 @@ endif
# NEC DDB Vrc-5477 # NEC DDB Vrc-5477
# #
ifdef CONFIG_DDB5477 ifdef CONFIG_DDB5477
SUBDIRS += arch/mips/ddb5xxx/common arch/mips/ddb5xxx/ddb5477 core-y += arch/mips/ddb5xxx/common/ \
LIBS += arch/mips/ddb5xxx/common/ddb5xxx.o \ arch/mips/ddb5xxx/ddb5477/
arch/mips/ddb5xxx/ddb5477/ddb5477.o LOADADDR += 0x80080000
LOADADDR += 0x80080000
endif endif
# #
# Galileo EV64120 Board # Galileo EV64120 Board
# #
ifdef CONFIG_MIPS_EV64120 ifdef CONFIG_MIPS_EV64120
LIBS += arch/mips/galileo-boards/ev64120/ev64120.o core-y += arch/mips/galileo-boards/ev64120/
SUBDIRS += arch/mips/galileo-boards/ev64120 LOADADDR += 0x80100000
LOADADDR += 0x80100000
endif endif
# #
# Galileo EV96100 Board # Galileo EV96100 Board
# #
ifdef CONFIG_MIPS_EV96100 ifdef CONFIG_MIPS_EV96100
LIBS += arch/mips/galileo-boards/ev96100/ev96100.o arch/mips/galileo-boards/generic/galboards.o core-y += arch/mips/galileo-boards/ev96100/ \
SUBDIRS += arch/mips/galileo-boards/generic arch/mips/galileo-boards/ev96100 arch/mips/galileo-boards/generic/
LOADADDR += 0x80100000 LOADADDR += 0x80100000
endif endif
# #
...@@ -220,45 +208,44 @@ endif ...@@ -220,45 +208,44 @@ endif
ifdef CONFIG_MOMENCO_OCELOT ifdef CONFIG_MOMENCO_OCELOT
# The Ocelot setup.o must be linked early - it does the ioremap() for the # The Ocelot setup.o must be linked early - it does the ioremap() for the
# mips_io_port_base. # mips_io_port_base.
CORE_FILES += arch/mips/gt64120/common/gt64120.o arch/mips/gt64120/momenco_ocelot/momenco_ocelot.o core-y += arch/mips/gt64120/common/ \
SUBDIRS += arch/mips/gt64120/common arch/mips/gt64120/momenco_ocelot arch/mips/gt64120/momenco_ocelot/
LOADADDR += 0x80100000 LOADADDR += 0x80100000
endif endif
# #
# Philips Nino # Philips Nino
# #
ifdef CONFIG_NINO ifdef CONFIG_NINO
CORE_FILES += arch/mips/philips/nino/nino.o core-y += arch/mips/philips/nino/
SUBDIRS += arch/mips/philips/nino LOADADDR += 0x80000000
LOADADDR += 0x80000000
endif endif
# #
# ITE 8172 eval board with QED 5231 CPU # ITE 8172 eval board with QED 5231 CPU
# #
ifdef CONFIG_MIPS_ITE8172 ifdef CONFIG_MIPS_ITE8172
LIBS += arch/mips/ite-boards/qed-4n-s01b/ite.o arch/mips/ite-boards/generic/it8172.o core-y += arch/mips/ite-boards/qed-4n-s01b/ \
SUBDIRS += arch/mips/ite-boards/generic arch/mips/ite-boards/qed-4n-s01b arch/mips/ite-boards/generic/
LOADADDR += 0x80100000 LOADADDR += 0x80100000
endif endif
# #
# Globespan IVR eval board with QED 5231 CPU # Globespan IVR eval board with QED 5231 CPU
# #
ifdef CONFIG_MIPS_IVR ifdef CONFIG_MIPS_IVR
LIBS += arch/mips/ite-boards/ivr/ivr.o arch/mips/ite-boards/generic/it8172.o core-y += arch/mips/ite-boards/ivr/ \
SUBDIRS += arch/mips/ite-boards/generic arch/mips/ite-boards/ivr arch/mips/ite-boards/generic/
LOADADDR += 0x80100000 LOADADDR += 0x80100000
endif endif
# #
# Au1000 eval board # Au1000 eval board
# #
ifdef CONFIG_MIPS_PB1000 ifdef CONFIG_MIPS_PB1000
LIBS += arch/mips/au1000/pb1000/pb1000.o arch/mips/au1000/common/au1000.o core-y += arch/mips/au1000/pb1000/ \
SUBDIRS += arch/mips/au1000/pb1000 arch/mips/au1000/common arch/mips/au1000/common/
LOADADDR += 0x80100000 LOADADDR += 0x80100000
endif endif
# #
...@@ -271,9 +258,10 @@ AFLAGS_vmlinux.lds.o := -DLOADADDR=$(LOADADDR) ...@@ -271,9 +258,10 @@ AFLAGS_vmlinux.lds.o := -DLOADADDR=$(LOADADDR)
HEAD := arch/mips/kernel/head.o arch/mips/kernel/init_task.o HEAD := arch/mips/kernel/head.o arch/mips/kernel/init_task.o
SUBDIRS := $(addprefix arch/mips/, tools) $(SUBDIRS) $(addprefix arch/mips/, kernel mm lib) SUBDIRS := arch/mips/tools
CORE_FILES := arch/mips/kernel/kernel.o arch/mips/mm/mm.o $(CORE_FILES)
LIBS := arch/mips/lib/lib.a $(LIBS) core-y += arch/mips/kernel/ arch/mips/mm/
libs-y += arch/mips/lib/lib.a
ifdef CONFIG_BAGET_MIPS ifdef CONFIG_BAGET_MIPS
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# Makefile for the Alchemy Au1000 CPU, generic files. # Makefile for the Alchemy Au1000 CPU, generic files.
# #
O_TARGET := au1000.o
export-objs := serial.o export-objs := serial.o
obj-y := prom.o dbg_io.o int-handler.o irq.o puts.o time.o reset.o obj-y := prom.o dbg_io.o int-handler.o irq.o puts.o time.o reset.o
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# Makefile for the Alchemy Semiconductor PB1000 board. # Makefile for the Alchemy Semiconductor PB1000 board.
# #
O_TARGET := pb1000.o
obj-y := init.o setup.o obj-y := init.o setup.o
include $(TOPDIR)/Rules.make include $(TOPDIR)/Rules.make
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
# under Linux. # under Linux.
# #
O_TARGET := baget.a
export-objs := vacserial.o export-objs := vacserial.o
obj-y := baget.o print.o setup.o time.o irq.o bagetIRQ.o \ obj-y := baget.o print.o setup.o time.o irq.o bagetIRQ.o \
reset.o wbflush.o reset.o wbflush.o
......
...@@ -2,17 +2,9 @@ ...@@ -2,17 +2,9 @@
# Makefile for the NEC DDB Vrc-5074 specific kernel interface routines # Makefile for the NEC DDB Vrc-5074 specific kernel interface routines
# under Linux. # under Linux.
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definitions are now in the main makefile...
#
EXTRA_AFLAGS := $(CFLAGS) EXTRA_AFLAGS := $(CFLAGS)
O_TARGET = ddb5074.a
obj-y := setup.o irq.o time.o prom.o pci.o int-handler.o nile4.o obj-y := setup.o irq.o time.o prom.o pci.o int-handler.o nile4.o
include $(TOPDIR)/Rules.make include $(TOPDIR)/Rules.make
...@@ -2,17 +2,9 @@ ...@@ -2,17 +2,9 @@
# Makefile for the NEC DDB Vrc-5074 specific kernel interface routines # Makefile for the NEC DDB Vrc-5074 specific kernel interface routines
# under Linux. # under Linux.
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definitions are now in the main makefile...
#
EXTRA_AFLAGS := $(CFLAGS) EXTRA_AFLAGS := $(CFLAGS)
O_TARGET = ddb5476.a
obj-y += setup.o irq.o time.o prom.o pci.o \ obj-y += setup.o irq.o time.o prom.o pci.o \
int-handler.o nile4.o int-handler.o nile4.o
obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
......
# #
# Makefile for the common code of NEC DDB-Vrc5xxx board # Makefile for the common code of NEC DDB-Vrc5xxx board
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
O_TARGET:= ddb5xxx.o
obj-y += irq.o irq_cpu.o nile4.o prom.o pci.o pci_auto.o rtc_ds1386.o obj-y += irq.o irq_cpu.o nile4.o prom.o pci.o pci_auto.o rtc_ds1386.o
......
# #
# Makefile for NEC DDB-Vrc5477 board # Makefile for NEC DDB-Vrc5477 board
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
EXTRA_AFLAGS := $(CFLAGS) EXTRA_AFLAGS := $(CFLAGS)
O_TARGET:= ddb5477.o
obj-y += int-handler.o irq.o irq_5477.o setup.o pci.o pci_ops.o obj-y += int-handler.o irq.o irq_5477.o setup.o pci.o pci_ops.o
obj-$(CONFIG_LL_DEBUG) += debug.o obj-$(CONFIG_LL_DEBUG) += debug.o
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
# Makefile for the DECstation family specific parts of the kernel # Makefile for the DECstation family specific parts of the kernel
# #
O_TARGET := dec.o
export-objs := wbflush.o export-objs := wbflush.o
obj-y := int-handler.o setup.o irq.o time.o reset.o rtc-dec.o wbflush.o obj-y := int-handler.o setup.o irq.o time.o reset.o rtc-dec.o wbflush.o
......
...@@ -4,9 +4,7 @@ ...@@ -4,9 +4,7 @@
netboot: all netboot: all
mipsel-linux-ld -N -G 0 -T ld.ecoff ../../boot/zImage \ mipsel-linux-ld -N -G 0 -T ld.ecoff ../../boot/zImage \
dec_boot.o ramdisk.img -o nbImage built-in.o ramdisk.img -o nbImage
O_TARGET := dec_boot.o
obj-y := decstation.o obj-y := decstation.o
......
# #
# Makefile for common code of gt64120-based boards. # Makefile for common code of gt64120-based boards.
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
O_TARGET:= gt64120.o
obj-y := gt_irq.o pci.o obj-y := gt_irq.o pci.o
......
# #
# Makefile for Momentum's Ocelot board. # Makefile for Momentum's Ocelot board.
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
EXTRA_AFLAGS := $(CFLAGS) EXTRA_AFLAGS := $(CFLAGS)
O_TARGET:= momenco_ocelot.o
obj-y += int-handler.o irq.o pci.o prom.o reset.o setup.o obj-y += int-handler.o irq.o pci.o prom.o reset.o setup.o
obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# Makefile for the ITE 8172 (qed-4n-s01b) board, generic files. # Makefile for the ITE 8172 (qed-4n-s01b) board, generic files.
# #
O_TARGET := it8172.o
obj-y := it8172_rtc.o it8172_setup.o irq.o int-handler.o pmon_prom.o time.o lpc.o puts.o reset.o obj-y := it8172_rtc.o it8172_setup.o irq.o int-handler.o pmon_prom.o time.o lpc.o puts.o reset.o
ifdef CONFIG_PCI ifdef CONFIG_PCI
......
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
# board-specific files. # board-specific files.
# #
O_TARGET := ivr.o
obj-y := init.o obj-y := init.o
obj-$(CONFIG_PCI) += pci_fixup.o obj-$(CONFIG_PCI) += pci_fixup.o
......
...@@ -7,13 +7,8 @@ ...@@ -7,13 +7,8 @@
# specific files. # specific files.
# #
O_TARGET := ite.o
obj-y := init.o obj-y := init.o
obj-$(CONFIG_PCI) += pci_fixup.o obj-$(CONFIG_PCI) += pci_fixup.o
obj-$(CONFIG_BLK_DEV_INITRD) += le_ramdisk.o obj-$(CONFIG_BLK_DEV_INITRD) += le_ramdisk.o
include $(TOPDIR)/Rules.make include $(TOPDIR)/Rules.make
dep:
$(CPP) -M *.c > .depend
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
# Makefile for the Jazz family specific parts of the kernel # Makefile for the Jazz family specific parts of the kernel
# #
O_TARGET := jazz.o
obj-y := int-handler.o irq.o jazzdma.o reset.o rtc-jazz.o setup.o \ obj-y := int-handler.o irq.o jazzdma.o reset.o rtc-jazz.o setup.o \
floppy-jazz.o kbd-jazz.o floppy-jazz.o kbd-jazz.o
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
# EXTRA_AFLAGS = -mips3 -mcpu=r4000 # not used? # EXTRA_AFLAGS = -mips3 -mcpu=r4000 # not used?
O_TARGET := kernel.o
EXTRA_TARGETS := head.o init_task.o EXTRA_TARGETS := head.o init_task.o
export-objs := mips_ksyms.o export-objs := mips_ksyms.o
......
# #
# Makefile for the Linux/MIPS kernel FPU emulation. # Makefile for the Linux/MIPS kernel FPU emulation.
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
O_TARGET:= fpu_emulator.o
obj-y := cp1emu.o ieee754m.o ieee754d.o ieee754dp.o ieee754sp.o ieee754.o \ obj-y := cp1emu.o ieee754m.o ieee754d.o ieee754dp.o ieee754sp.o ieee754.o \
ieee754xcpt.o dp_frexp.o dp_modf.o dp_div.o dp_mul.o dp_sub.o \ ieee754xcpt.o dp_frexp.o dp_modf.o dp_div.o dp_mul.o dp_sub.o \
......
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
# under Linux. # under Linux.
# #
O_TARGET := atlas.o
obj-y := atlas_int.o atlas_rtc.o atlas_setup.o obj-y := atlas_int.o atlas_rtc.o atlas_setup.o
include $(TOPDIR)/Rules.make include $(TOPDIR)/Rules.make
...@@ -21,16 +21,9 @@ ...@@ -21,16 +21,9 @@
# #
# Makefile for the MIPS boards generic routines under Linux. # Makefile for the MIPS boards generic routines under Linux.
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definitions are now in the main makefile...
EXTRA_AFLAGS := $(CFLAGS) EXTRA_AFLAGS := $(CFLAGS)
O_TARGET := mipsboards.o
obj-y := mipsIRQ.o pci.o reset.o display.o init.o \ obj-y := mipsIRQ.o pci.o reset.o display.o init.o \
memory.o printf.o cmdline.o time.o memory.o printf.o cmdline.o time.o
obj-$(CONFIG_REMOTE_DEBUG) += gdb_hook.o obj-$(CONFIG_REMOTE_DEBUG) += gdb_hook.o
......
...@@ -22,13 +22,6 @@ ...@@ -22,13 +22,6 @@
# Makefile for the MIPS Malta specific kernel interface routines # Makefile for the MIPS Malta specific kernel interface routines
# under Linux. # under Linux.
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := malta.o
obj-y := malta_int.o malta_rtc.o malta_setup.o obj-y := malta_int.o malta_rtc.o malta_setup.o
......
# #
# Makefile for the Linux/MIPS-specific parts of the memory manager. # Makefile for the Linux/MIPS-specific parts of the memory manager.
# #
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := mm.o
export-objs += ioremap.o umap.o export-objs += ioremap.o umap.o
obj-y += extable.o init.o ioremap.o fault.o loadmmu.o obj-y += extable.o init.o ioremap.o fault.o loadmmu.o
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
# Makefile for the Philips Nino specific parts of the kernel # Makefile for the Philips Nino specific parts of the kernel
# #
O_TARGET := nino.o
obj-y := int-handler.o setup.o irq.o time.o reset.o rtc.o prom.o power.o obj-y := int-handler.o setup.o irq.o time.o reset.o rtc.o prom.o power.o
obj-$(CONFIG_REMOTE_DEBUG) += kgdb.o obj-$(CONFIG_REMOTE_DEBUG) += kgdb.o
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
# under Linux. # under Linux.
# #
O_TARGET := ip22-kern.o
obj-y += indy_mc.o indy_sc.o indy_hpc.o indy_int.o indy_rtc.o system.o \ obj-y += indy_mc.o indy_sc.o indy_hpc.o indy_int.o indy_rtc.o system.o \
indyIRQ.o reset.o setup.o time.o indyIRQ.o reset.o setup.o time.o
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
# Makefile for the SNI specific part of the kernel # Makefile for the SNI specific part of the kernel
# #
O_TARGET := sni.o
obj-y := int-handler.o io.o irq.o pci.o pcimt_scache.o reset.o setup.o obj-y := int-handler.o io.o irq.o pci.o pcimt_scache.o reset.o setup.o
EXTRA_AFLAGS := $(CFLAGS) EXTRA_AFLAGS := $(CFLAGS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment