diff options
author | Pavel Machek <pavel@suse.cz> | 2008-05-21 11:44:02 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-24 15:57:09 +0200 |
commit | 40bd21740012132afb62d78ac3e6b82372b2fbc2 (patch) | |
tree | 6187f5c5f88d7815546327a1bff8613371cb6fc8 /arch/x86/kernel/Makefile | |
parent | 75d3bce2fc0a80f435fe12f2c9ed2632c8ac29e4 (diff) | |
download | op-kernel-dev-40bd21740012132afb62d78ac3e6b82372b2fbc2.zip op-kernel-dev-40bd21740012132afb62d78ac3e6b82372b2fbc2.tar.gz |
x86: automatical unification of i8259.c
Make conversion of i8259 very mechanical -- i8259 was generated by
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r-- | arch/x86/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile index 5e618c3..f71a76e 100644 --- a/arch/x86/kernel/Makefile +++ b/arch/x86/kernel/Makefile @@ -18,7 +18,7 @@ CFLAGS_tsc_64.o := $(nostackp) obj-y := process_$(BITS).o signal_$(BITS).o entry_$(BITS).o obj-y += traps_$(BITS).o irq_$(BITS).o obj-y += time_$(BITS).o ioport.o ldt.o -obj-y += setup_$(BITS).o i8259_$(BITS).o setup.o +obj-y += setup_$(BITS).o i8259.o i8259_$(BITS).o setup.o obj-$(CONFIG_X86_32) += sys_i386_32.o i386_ksyms_32.o obj-$(CONFIG_X86_64) += sys_x86_64.o x8664_ksyms_64.o obj-$(CONFIG_X86_64) += syscall_64.o vsyscall_64.o setup64.o |