Makefile 245 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # (C) Copyright 2002-2006
  4. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  5. obj-y += post.o
  6. obj-y += tests.o
  7. obj-y += drivers/
  8. obj-$(CONFIG_PPC) += lib_powerpc/
  9. obj-$(CONFIG_MPC83xx) += cpu/mpc83xx/