Makefile (1b81f017b04b5a176f5f9230ec979f0f3c55ba5b) | Makefile (a733b06b69d2cb058c4363952bc0793b1f514305) |
---|---|
1# 2# Copyright (c) 2011 The Chromium OS Authors. 3# 4# (C) Copyright 2002-2006 5# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 6# 7# See file CREDITS for list of people who contributed to this 8# project. --- 13 unchanged lines hidden (view full) --- 22# Foundation, Inc., 59 Temple Place, Suite 330, Boston, 23# MA 02111-1307 USA 24# 25 26include $(TOPDIR)/config.mk 27 28LIB = $(obj)lib$(ARCH).o 29 | 1# 2# Copyright (c) 2011 The Chromium OS Authors. 3# 4# (C) Copyright 2002-2006 5# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 6# 7# See file CREDITS for list of people who contributed to this 8# project. --- 13 unchanged lines hidden (view full) --- 22# Foundation, Inc., 59 Temple Place, Suite 330, Boston, 23# MA 02111-1307 USA 24# 25 26include $(TOPDIR)/config.mk 27 28LIB = $(obj)lib$(ARCH).o 29 |
30COBJS-y += board.o | |
31COBJS-y += interrupts.o 32 33SRCS := $(COBJS-y:.o=.c) 34OBJS := $(addprefix $(obj),$(COBJS-y)) 35 36# Always build libsandbox.o 37TARGETS := $(LIB) 38 --- 13 unchanged lines hidden --- | 30COBJS-y += interrupts.o 31 32SRCS := $(COBJS-y:.o=.c) 33OBJS := $(addprefix $(obj),$(COBJS-y)) 34 35# Always build libsandbox.o 36TARGETS := $(LIB) 37 --- 13 unchanged lines hidden --- |