Home | History | Annotate | Download | only in post
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # (C) Copyright 2002-2006
      4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      5 
      6 obj-y	+= post.o
      7 obj-$(CONFIG_POST_STD_LIST)	+= tests.o
      8 
      9 obj-y += drivers/
     10 obj-$(CONFIG_PPC) += lib_powerpc/
     11 obj-$(CONFIG_MPC83xx) += cpu/mpc83xx/
     12