Changeset faf9752 in mainline
- Timestamp:
- 2011-06-27T15:48:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b511c200
- Parents:
- 54a7a20
- Location:
- boot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile
r54a7a20 rfaf9752 76 76 cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/$$file_name.dev" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \ 77 77 done 78 78 79 79 clean: clean_dist 80 80 $(MAKE) -f $(BUILD) clean PRECHECK=$(PRECHECK) -
boot/Makefile.uboot
r54a7a20 rfaf9752 31 31 include Makefile.common 32 32 33 IMAGE_NAME =HelenOS-$(RELEASE)34 BIN_OUTPUT =image.bin33 IMAGE_NAME = HelenOS-$(RELEASE) 34 BIN_OUTPUT = image.bin 35 35 36 36 all: $(POST_OUTPUT) … … 40 40 41 41 $(POST_OUTPUT): $(BIN_OUTPUT) 42 $(MKUIMAGE) -name "$(IMAGE_NAME)" -laddr 0x30008000 -saddr 0x30008000 \ 43 $< $@ 42 $(MKUIMAGE) -name "$(IMAGE_NAME)" -laddr 0x30008000 -saddr 0x30008000 $< $@ 44 43 45 44 clean: -
boot/arch/mips32/Makefile.inc
r54a7a20 rfaf9752 31 31 PAGE_SIZE = 16384 32 32 EXTRA_CFLAGS = -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mips3 33 34 RD_SRVS_ESSENTIAL +=35 33 36 34 RD_SRVS_NON_ESSENTIAL += \
Note:
See TracChangeset
for help on using the changeset viewer.