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