Home | History | Annotate | Download | only in x600
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # (C) Copyright 2000-2004
      4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      5 
      6 ifdef CONFIG_SPL_BUILD
      7 # necessary to create built-in.o
      8 obj- := __dummy__.o
      9 else
     10 obj-y	:= fpga.o x600.o
     11 endif
     12