summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Update to latest CES2017 Chinook changesicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.
#
# Copyright 2009 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
# Version 2 as published by the Free Software Foundation.
#

include $(TOPDIR)/config.mk

LIB	= $(obj)lib8xxx.a

COBJS-y	+= cpu.o
COBJS-$(CONFIG_OF_LIBFDT) += fdt.o
COBJS-$(CONFIG_PCI)	+= pci_cfg.o

SRCS	:= $(START:.o=.S) $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
OBJS	:= $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))

all:	$(obj).depend $(LIB)

$(LIB):	$(OBJS)
	$(AR) $(ARFLAGS) $@ $(OBJS)

include $(SRCTREE)/rules.mk

sinclude $(obj).depend
='onhover' src='//seccdn.libravatar.org/avatar/b2708f7fdbbe918ffcf68ca4834be42a?s=128&d=retro' />Scott Murray4-71/+73 2016-12-17Add LICENSE fileTasuku Suzuki1-0/+54 2016-12-16pull latest UI from CES2017Tasuku Suzuki15-71/+646 2016-12-08Initial import from CES2017/apps/ControlsStephane Desneux10-0/+324 2016-12-06Initial empty repositoryJan-Simon Moeller0-0/+0