Home | History | Annotate | Download | only in work_92105
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # (C) Copyright 2014  DENX Software Engineering GmbH
      4 # Written-by: Albert ARIBAUD <albert.aribaud (at] 3adev.fr>
      5 
      6 ifdef CONFIG_SPL_BUILD
      7 obj-y	+= work_92105_spl.o
      8 else
      9 obj-y	+= work_92105.o work_92105_display.o
     10 endif
     11