Exynos5: Fix exynos5_get_periph_rate calculations
[oweals/u-boot.git] / board / jse / Makefile
index c891040dc99e3b1c6c590f1ffc2d79513e572f7f..feac3a8834c49a8d53714af7c7950b09c0b9177f 100644 (file)
@@ -8,25 +8,5 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-include $(TOPDIR)/config.mk
-
-LIB    = $(obj)lib$(BOARD).o
-
-COBJS  = $(BOARD).o sdram.o flash.o host_bridge.o
-SOBJS  = init.o
-
-SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
-SOBJS  := $(addprefix $(obj),$(SOBJS))
-
-$(LIB):        $(OBJS) $(SOBJS)
-       $(call cmd_link_o_target, $(OBJS) $(SOBJS))
-
-#########################################################################
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#########################################################################
+obj-y  = jse.o sdram.o flash.o host_bridge.o
+obj-y  += init.o