Makefile (e5451c8f8330e03ad3cfa16048b4daf961af434f) Makefile (a41cdd0117bfe86924b28e560153c85593e942d0)
1#
2# Makefile for the m68knommu kernel.
3#
4
5#
6# If you want to play with the HW breakpoints then you will
7# need to add define this, which will give you a stack backtrace
8# on the console port whenever a DBG interrupt occurs. You have to

--- 20 unchanged lines hidden (view full) ---

29obj-$(CONFIG_M5407) += m5407.o timers.o intc.o reset.o
30obj-$(CONFIG_M54xx) += m54xx.o sltimers.o intc-2.o
31obj-$(CONFIG_M5441x) += m5441x.o pit.o intc-simr.o reset.o
32
33obj-$(CONFIG_NETtel) += nettel.o
34obj-$(CONFIG_CLEOPATRA) += nettel.o
35obj-$(CONFIG_FIREBEE) += firebee.o
36obj-$(CONFIG_MCF8390) += mcf8390.o
1#
2# Makefile for the m68knommu kernel.
3#
4
5#
6# If you want to play with the HW breakpoints then you will
7# need to add define this, which will give you a stack backtrace
8# on the console port whenever a DBG interrupt occurs. You have to

--- 20 unchanged lines hidden (view full) ---

29obj-$(CONFIG_M5407) += m5407.o timers.o intc.o reset.o
30obj-$(CONFIG_M54xx) += m54xx.o sltimers.o intc-2.o
31obj-$(CONFIG_M5441x) += m5441x.o pit.o intc-simr.o reset.o
32
33obj-$(CONFIG_NETtel) += nettel.o
34obj-$(CONFIG_CLEOPATRA) += nettel.o
35obj-$(CONFIG_FIREBEE) += firebee.o
36obj-$(CONFIG_MCF8390) += mcf8390.o
37obj-$(CONFIG_AMCORE) += amcore.o
37
38obj-$(CONFIG_PCI) += pci.o
39
40obj-y += gpio.o
41extra-y := head.o
38
39obj-$(CONFIG_PCI) += pci.o
40
41obj-y += gpio.o
42extra-y := head.o