Subversion Repositories HelenOS

Rev

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

Rev 2022 Rev 2030
Line 117... Line 117...
117
		DEFS += -DCONFIG_VESA_HEIGHT=$(CONFIG_VESA_HEIGHT)
117
		DEFS += -DCONFIG_VESA_HEIGHT=$(CONFIG_VESA_HEIGHT)
118
		DEFS += -DCONFIG_VESA_BPP=$(CONFIG_VESA_BPP)
118
		DEFS += -DCONFIG_VESA_BPP=$(CONFIG_VESA_BPP)
119
	endif
119
	endif
120
endif
120
endif
121
 
121
 
122
ifeq ($(CONFIG_BENCH),y)
-
 
123
	DEFS += -DCONFIG_BENCH
-
 
124
endif
-
 
125
 
-
 
126
## Toolchain configuration
122
## Toolchain configuration
127
#
123
#
128
 
124
 
129
ifeq ($(COMPILER),native)
125
ifeq ($(COMPILER),native)
130
	CC = gcc
126
	CC = gcc