Subversion Repositories HelenOS

Rev

Rev 1803 | Rev 1952 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1803 Rev 1846
Line 118... Line 118...
118
endif
118
endif
119
 
119
 
120
.PHONY: all build config distclean clean
120
.PHONY: all build config distclean clean
121
 
121
 
122
all:
122
all:
123
	tools/config.py HelenOS.config default
123
	tools/config.py HelenOS.config default $(PLATFORM) $(COMPILER) $(CONFIG_DEBUG)
124
	$(MAKE) -C . build
124
	$(MAKE) -C . build
125
 
125
 
126
build:
126
build:
127
ifneq ($(MACHINE),)
127
ifneq ($(MACHINE),)
128
	$(MAKE) -C kernel ARCH=$(KARCH) COMPILER=$(COMPILER) CONFIG_DEBUG=$(CONFIG_DEBUG) MACHINE=$(MACHINE)
128
	$(MAKE) -C kernel ARCH=$(KARCH) COMPILER=$(COMPILER) CONFIG_DEBUG=$(CONFIG_DEBUG) MACHINE=$(MACHINE)