mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-02-27 19:11:04 +01:00
4 lines
74 B
Makefile
4 lines
74 B
Makefile
ifneq ($(filter mpc83xx mpc85xx mpc86xx,$(CPU)),)
|
|
obj-y += mpc8xxx/
|
|
endif
|