Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: c7208164e66f63e3ec1759b98087849286410741 authored by Linus Torvalds on 25 May 2014, 23:06:00 UTC
Linux 3.15-rc7
Tip revision: c720816
Makefile
#
# Makefile for the HP6xx specific parts of the kernel
#

obj-y			:= setup.o
obj-$(CONFIG_PM)	+= pm.o pm_wakeup.o
obj-$(CONFIG_APM_EMULATION)	+= hp6xx_apm.o
back to top