CFLAGS=-Wall -O # -g -DDEBUG TARGETS=dmidecode ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) ifeq (i386,$(ARCH)) dmidecode: dmidecode.o else dmidecode: not_handled.c gcc -o $@ $< endif clean: $(RM) $(TARGETS) *.o core akx/atom/mdk-stage1/dietlibc/syscalls.s/epoll_ctl.S?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.s/epoll_ctl.S
blob: 4587f59de3d75aeffbbaff551d7321abaf54c89a (plain)
1
2
3
4
5