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