diff options
Diffstat (limited to 'board/ti/panda/Makefile')
-rw-r--r-- | board/ti/panda/Makefile | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/board/ti/panda/Makefile b/board/ti/panda/Makefile index 1e489d2..c89f80d 100644 --- a/board/ti/panda/Makefile +++ b/board/ti/panda/Makefile @@ -5,23 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -include $(TOPDIR)/config.mk - -LIB = $(obj)lib$(BOARD).o - -COBJS := panda.o - -SRCS := $(COBJS:.o=.c) -OBJS := $(addprefix $(obj),$(COBJS)) - -$(LIB): $(obj).depend $(OBJS) - $(call cmd_link_o_target, $(OBJS)) - -######################################################################### - -# defines $(obj).depend target -include $(SRCTREE)/rules.mk - -sinclude $(obj).depend - -######################################################################### +obj-y := panda.o |