mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 05:36:15 +02:00
f720de03be
- no more Broadcom kerSys* code - working runtime boot loader detection - updated flash map driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6896 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
267 B
Makefile
10 lines
267 B
Makefile
#
|
|
# Makefile for the Broadcom BCM963xx SoC specific parts of the kernel
|
|
#
|
|
# Copyright (C) 2004 Broadcom Corporation
|
|
#
|
|
obj-y := irq.o prom.o setup.o time.o ser_init.o int-handler.o info.o
|
|
|
|
SRCBASE := $(TOPDIR)
|
|
EXTRA_CFLAGS += -I$(SRCBASE)/include
|