]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/p1023rds/Makefile
Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze
[u-boot] / board / freescale / p1023rds / Makefile
index f62583c7e9ed4d28d9455aaff8d701dbeb11fa54..fdbf365ea5a284c3989d0d3716888d2dcd8b34a9 100644 (file)
@@ -1,32 +1,9 @@
 #
 # Copyright 2010-2011 Freescale Semiconductor, Inc.
 #
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by the Free
-# Software Foundation; either version 2 of the License, or (at your option)
-# any later version.
+# SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)lib$(BOARD).o
-
-COBJS-y        += $(BOARD).o
-COBJS-y        += law.o
-COBJS-y        += tlb.o
-
-SRCS   := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS-y))
-SOBJS  := $(addprefix $(obj),$(SOBJS))
-
-$(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) $(ARFLAGS) $@ $(OBJS)
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y  += p1023rds.o
+obj-y  += law.o
+obj-y  += tlb.o