Newer
Older
barebox / arch / arm / lib / Makefile
@Sascha Hauer Sascha Hauer on 10 Mar 2011 526 bytes ARM: Add stack unwinding support
obj-y	+= armlinux.o
obj-y	+= div0.o
obj-y	+= findbit.o
obj-y	+= arm.o
obj-y	+= io-readsb.o
obj-y	+= io-readsw-armv4.o
obj-y	+= io-readsl.o
obj-y	+= io-writesb.o
obj-y	+= io-writesw-armv4.o
obj-y	+= io-writesl.o
obj-y	+= lib1funcs.o
obj-y	+= ashrdi3.o
obj-y	+= ashldi3.o
obj-y	+= lshrdi3.o
obj-$(CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS)	+= memcpy.o
obj-$(CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS)	+= memset.o
obj-$(CONFIG_ARM_UNWIND) += unwind.o
obj-$(CONFIG_MODULES) += module.o
extra-$(CONFIG_GENERIC_LINKER_SCRIPT) += barebox.lds