Changes in boot/arch/arm32/Makefile.inc [49a736e2:f7cbc6f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/Makefile.inc
r49a736e2 rf7cbc6f 30 30 BOOT_OUTPUT = image.boot 31 31 POST_OUTPUT = $(ROOT_PATH)/uImage.bin 32 LADDR = 0x3000800033 SADDR = 0x3000800034 POSTBUILD = Makefile.uboot35 endif36 37 ifeq ($(MACHINE), beagleboardxm)38 BOOT_OUTPUT = image.boot39 POST_OUTPUT = $(ROOT_PATH)/uImage.bin40 LADDR = 0x8000000041 SADDR = 0x8000000042 32 POSTBUILD = Makefile.uboot 43 33 endif … … 49 39 BITS = 32 50 40 ENDIANESS = LE 51 EXTRA_CFLAGS = -march= $(subst _,-,$(PROCESSOR))41 EXTRA_CFLAGS = -march=armv4 52 42 53 ifeq ($(MACHINE), gta02)54 43 RD_SRVS_ESSENTIAL += \ 55 $(USPACE_PATH)/srv/hid/s3c24xx_ts/s3c24ts \ 56 $(USPACE_PATH)/srv/hw/char/s3c24xx_uart/s3c24ser 57 endif 44 $(USPACE_PATH)/srv/hid/s3c24xx_ts/s3c24xx_ts \ 45 $(USPACE_PATH)/srv/hw/char/s3c24xx_uart/s3c24xx_uart 58 46 59 ifeq ($(MACHINE), gxemul)60 47 RD_SRVS_NON_ESSENTIAL += \ 61 48 $(USPACE_PATH)/srv/bd/gxe_bd/gxe_bd 62 endif63 64 RD_DRVS += \65 infrastructure/rootamdm37x \66 bus/usb/ehci \67 bus/usb/ohci \68 bus/usb/usbflbk \69 bus/usb/usbhub \70 bus/usb/usbhid \71 bus/usb/usbmast \72 bus/usb/usbmid73 49 74 50 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.