mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 03:26:51 +00:00
ebfd23d3b4
SVN-Revision: 6896
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
|