Shut up perf about missing build things we don't care about
- Drop the old aic7xxx driver, from Paul Bolle
This commit is contained in:
parent
0b030fad7e
commit
2192022f4b
@ -394,7 +394,8 @@ CONFIG_SCSI_3W_9XXX=m
|
||||
CONFIG_SCSI_ACARD=m
|
||||
CONFIG_SCSI_AACRAID=m
|
||||
CONFIG_SCSI_AIC7XXX=m
|
||||
CONFIG_SCSI_AIC7XXX_OLD=m
|
||||
# http://lists.fedoraproject.org/pipermail/kernel/2013-February/004102.html
|
||||
# CONFIG_SCSI_AIC7XXX_OLD is not set
|
||||
CONFIG_AIC7XXX_CMDS_PER_DEVICE=4
|
||||
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
|
||||
# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set
|
||||
|
@ -62,7 +62,7 @@ Summary: The Linux kernel
|
||||
# For non-released -rc kernels, this will be appended after the rcX and
|
||||
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
|
||||
#
|
||||
%global baserelease 1
|
||||
%global baserelease 2
|
||||
%global fedora_build %{baserelease}
|
||||
|
||||
# base_sublevel is the kernel version we're starting with and patching
|
||||
@ -1816,7 +1816,7 @@ BuildKernel %make_target %kernel_image smp
|
||||
%endif
|
||||
|
||||
%global perf_make \
|
||||
make %{?_smp_mflags} -C tools/perf -s V=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix}
|
||||
make %{?_smp_mflags} -C tools/perf -s V=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_LIBNUMA=1 NO_STRLCPY=1 prefix=%{_prefix}
|
||||
%if %{with_perf}
|
||||
# perf
|
||||
%{perf_make} all
|
||||
@ -2298,6 +2298,10 @@ fi
|
||||
# ||----w |
|
||||
# || ||
|
||||
%changelog
|
||||
* Thu Feb 21 2013 Josh Boyer <jwboyer@redhat.com>
|
||||
- Shut up perf about missing build things we don't care about
|
||||
- Drop the old aic7xxx driver, from Paul Bolle
|
||||
|
||||
* Thu Feb 21 2013 Josh Boyer <jwboyer@redhat.com> - 3.9.0-0.rc0.git2.1
|
||||
- Linux v3.8-3040-ga0b1c42
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user