]>
Commit | Line | Data |
---|---|---|
3f7e5815 LB |
1 | # |
2 | # Makefile for the linux kernel. | |
3 | # | |
4 | ||
c680b77e | 5 | obj-y := irq.o uart.o |
3f7e5815 LB |
6 | obj-m := |
7 | obj-n := | |
8 | obj- := | |
9 | ||
c680b77e LB |
10 | obj-$(CONFIG_ARCH_IQ80331) += iq80331.o |
11 | obj-$(CONFIG_MACH_IQ80332) += iq80332.o |