Changeset 8e7c9fe in mainline for boot/arch/arm32/Makefile.inc
- Timestamp:
- 2014-09-12T03:45:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c53b58e
- Parents:
- 3eb0c85 (diff), 105d8d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/Makefile.inc
r3eb0c85 r8e7c9fe 60 60 61 61 ifeq ($(MACHINE), gta02) 62 RD_SRVS_ESSENTIAL += \ 63 $(USPACE_PATH)/srv/hid/s3c24xx_ts/s3c24xx_ts \ 64 $(USPACE_PATH)/srv/hw/char/s3c24xx_uart/s3c24ser 62 RD_SRVS_ESSENTIAL += \ 63 $(USPACE_PATH)/srv/hid/s3c24xx_ts/s3c24xx_ts \ 64 $(USPACE_PATH)/srv/hw/char/s3c24xx_uart/s3c24ser 65 endif 66 67 ifeq ($(MACHINE), $(filter $(MACHINE),beagleboardxm beaglebone)) 68 RD_DRVS_ESSENTIAL += \ 69 platform/amdm37x \ 70 fb/amdm37x_dispc 71 endif 72 73 ifeq ($(MACHINE), integratorcp) 74 RD_DRVS_ESSENTIAL += \ 75 char/pl050 \ 76 char/xtkbd \ 77 char/ps2mouse \ 78 platform/icp 79 RD_SRVS_ESSENTIAL += \ 80 $(USPACE_PATH)/srv/hw/irc/icp-ic/icp-ic 65 81 endif 66 82 67 83 RD_DRVS_ESSENTIAL += \ 68 infrastructure/rootamdm37x \69 fb/amdm37x_dispc \70 84 bus/usb/ehci \ 71 85 bus/usb/ohci \
Note:
See TracChangeset
for help on using the changeset viewer.