10 lines
111 B
Makefile
10 lines
111 B
Makefile
|
#
|
||
|
# Common Makefile for building RPMs
|
||
|
#
|
||
|
|
||
|
NAME := kernel
|
||
|
SPECFILE := kernel-domU.spec
|
||
|
|
||
|
|
||
|
include Makefile.common
|