patch-2.3.16 linux/arch/arm/kernel/Makefile

Next file: linux/arch/arm/kernel/armksyms.c
Previous file: linux/arch/arm/config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/arch/arm/kernel/Makefile linux/arch/arm/kernel/Makefile
@@ -9,8 +9,8 @@
 ENTRY_OBJ = entry-$(PROCESSOR).o
 
 O_TARGET := kernel.o
-O_OBJS   := $(ENTRY_OBJ) irq.o process.o ptrace.o setup.o \
-	    signal.o sys_arm.o time.o traps.o
+O_OBJS   := $(ENTRY_OBJ) ioport.o irq.o process.o ptrace.o \
+	    semaphore.o setup.o signal.o sys_arm.o time.o traps.o
 
 ifeq ($(CONFIG_ISA_DMA),y)
   ISA_DMA_OBJS += dma-isa.o
@@ -30,7 +30,7 @@
 OX_OBJS_footbridge= dma.o hw-footbridge.o
 OX_OBJS_nexuspci  =
 
-all: lib kernel.o $(HEAD_OBJ) init_task.o
+all: kernel.o $(HEAD_OBJ) init_task.o
 
 O_OBJS += $(O_OBJS_$(MACHINE))
 
@@ -48,7 +48,7 @@
   endif
 else
   ifdef CONFIG_PCI
-    O_OBJS += dec21285.o
+    O_OBJS += bios32.o dec21285.o
   endif
 endif
 
@@ -79,11 +79,6 @@
 include $(TOPDIR)/Rules.make
 
 $(ENTRY_OBJ): ../lib/constants.h
-
-.PHONY: lib
-
-lib:
-	$(MAKE) -C ../lib constants.h
 
 # Spell out some dependencies that `make dep' doesn't spot
 entry-armv.o: calls.S

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)