4 lines
74 B
Makefile
4 lines
74 B
Makefile
ifneq ($(filter mpc83xx mpc85xx mpc86xx,$(CPU)),)
|
|
obj-y += mpc8xxx/
|
|
endif
|