summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libcpu/i960/i960ka/Makefile.am
blob: 9873994585c565f4920c823e59fdd23ffb81bc49 (plain) (tree)
1
2
3
4
5
6
7
8
9



       
 
                                                        


                                                        
                                         











                                                           
##
## $Id$
##


include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am

C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))

#
# (OPTIONAL) Add local stuff here using +=
#

if i960ka
all-local: $(ARCH) $(OBJS)
endif

EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c

include $(top_srcdir)/../../../../../automake/local.am