X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=Makefile;h=332c79a2bcf55219f0c0df605a67223eae76307d;hp=4f1cb1b4d1acc531b5423840a0d1d3286dfabbd8;hb=09b4a9cf4003599f2cd609587dfa5f0b754640ed;hpb=27130f133eda205b07d97b475a2ef96ec3f46b0f diff --git a/Makefile b/Makefile index 4f1cb1b4d1..332c79a2bc 100644 --- a/Makefile +++ b/Makefile @@ -253,6 +253,13 @@ ifeq ($(SOC),omap4) LIBS += $(CPUDIR)/omap-common/libomap-common.a endif +ifeq ($(SOC),s5pc1xx) +LIBS += $(CPUDIR)/s5p-common/libs5p-common.a +endif +ifeq ($(SOC),s5pc2xx) +LIBS += $(CPUDIR)/s5p-common/libs5p-common.a +endif + LIBS := $(addprefix $(obj),$(LIBS)) .PHONY : $(LIBS) $(TIMESTAMP_FILE) $(VERSION_FILE)