######################################## # ia64-specific definitions CONFIG_VTI ?= n ifneq ($(COMPILE_ARCH),$(TARGET_ARCH)) CROSS_COMPILE ?= /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux- endif AFLAGS += -D__ASSEMBLY__ CPPFLAGS += -I$(BASEDIR)/include -I$(BASEDIR)/include/asm-ia64 CFLAGS := -nostdinc -fno-builtin -fno-common -fno-strict-aliasing #CFLAGS += -O3 # -O3 over-inlines making debugging tough! CFLAGS += -O2 # but no optimization causes compile errors! #CFLAGS += -iwithprefix include -Wall -DMONITOR_BASE=$(MONITOR_BASE) CFLAGS += -iwithprefix include -Wall CFLAGS += -fomit-frame-pointer -I$(BASEDIR)/include -D__KERNEL__ CFLAGS += -I$(BASEDIR)/include/asm-ia64 CFLAGS += -Wno-pointer-arith -Wredundant-decls CFLAGS += -DIA64 -DXEN -DLINUX_2_6 CFLAGS += -ffixed-r13 -mfixed-range=f12-f15,f32-f127 CFLAGS += -w -g ifeq ($(CONFIG_VTI),y) CFLAGS += -DCONFIG_VTI endif LDFLAGS := -g 0'/> upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/include/device_table.txt
blob: f45b158892a691e2616f53c0023f7d493ad37c5d (plain)
1
2
3
4
5
# minimal device table file for OpenWrt

#<name>		<type>	<mode>	<uid>	<gid>	<major>	<minor>	<start>	<inc>	<count>
/dev		d	755	0	0	-	-	-	-	-
/dev/console	c	600	0	0	5	1	0	0	-