blob: b600655670b1e636df481facbc76546d18791260 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*- makefile -*- : Force emacs to use Makefile mode
# Include x86 Linux headers
#
INCDIRS += arch/x86/include/linux
# Include generic Linux Makefile
#
MAKEDEPS += Makefile.linux
include Makefile.linux
|