- Timestamp:
- 2010-10-19T20:55:53Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a93d79a
- Parents:
- 1882525 (diff), a7a85d16 (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. - Location:
- boot
- Files:
-
- 3 edited
-
Makefile (modified) (1 diff)
-
Makefile.build (modified) (1 diff)
-
arch/arm32/Makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r1882525 rf14291b 48 48 endif 49 49 ifeq ($(RDFMT),fat) 50 $(MKFAT) $(DIST_PATH) $@50 $(MKFAT) 1048576 $(DIST_PATH) $@ 51 51 endif 52 52 -
boot/Makefile.build
r1882525 rf14291b 61 61 GCC_CFLAGS += -Werror 62 62 ICC_CFLAGS += -Werror 63 endif 64 65 ifeq ($(CONFIG_LINE_DEBUG),y) 66 GCC_CFLAGS += -g 67 ICC_CFLAGS += -g 68 SUNCC_CFLAGS += -g 69 CLANG_CFLAGS += -g 63 70 endif 64 71 -
boot/arch/arm32/Makefile.inc
r1882525 rf14291b 41 41 PAGE_SIZE = 4096 42 42 43 RD_SRVS_ESSENTIAL += 43 RD_SRVS_ESSENTIAL += \ 44 $(USPACE_PATH)/srv/hid/s3c24xx_ts/s3c24ts \ 45 $(USPACE_PATH)/srv/hw/char/s3c24xx_uart/s3c24ser 44 46 45 47 RD_SRVS_NON_ESSENTIAL += \
Note:
See TracChangeset
for help on using the changeset viewer.
