2007-04-03 11:26:12 +00:00
|
|
|
#
|
2007-04-08 17:20:01 +00:00
|
|
|
# Makefile for the Broadcom BCM963xx SoC specific parts of the kernel
|
2007-04-03 11:26:12 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2004 Broadcom Corporation
|
|
|
|
#
|
2007-04-17 16:00:23 +00:00
|
|
|
obj-y := irq.o prom.o setup.o time.o ser_init.o int-handler.o info.o wdt.o
|
2007-04-03 11:26:12 +00:00
|
|
|
|
|
|
|
SRCBASE := $(TOPDIR)
|
|
|
|
EXTRA_CFLAGS += -I$(SRCBASE)/include
|