Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.22-rc2 9 lines 270 B view raw
1# 2# Makefile for all Linux ACPI interpreter subdirectories 3# 4 5obj-y := utalloc.o utdebug.o uteval.o utinit.o utmisc.o utxface.o \ 6 utcopy.o utdelete.o utglobal.o utmath.o utobject.o \ 7 utstate.o utmutex.o utobject.o utcache.o utresrc.o 8 9EXTRA_CFLAGS += $(ACPI_CFLAGS)