2013-01-18 17:42:20 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2011-2012 Synopsys, Inc. (www.synopsys.com)
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
2013-01-18 17:42:26 +08:00
|
|
|
KBUILD_CFLAGS += -Iarch/arc/plat-arcfpga/include
|
|
|
|
|
2013-01-18 17:42:20 +08:00
|
|
|
obj-y := platform.o irq.o
|
2014-02-28 16:13:44 +08:00
|
|
|
obj-$(CONFIG_ISS_SMP_EXTN) += smp.o
|