mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
4 lines
74 B
Makefile
4 lines
74 B
Makefile
ifneq ($(filter mpc83xx mpc85xx mpc86xx,$(CPU)),)
|
|
obj-y += mpc8xxx/
|
|
endif
|