soc/intel/xeon_sp/cpx: Fix PCU device IDs
[coreboot.git] / util / lint / Makefile
blob29f66838672a7bad8b65144c5e7c1ff88ae54766
1 ## SPDX-License-Identifier: GPL-2.0-only
2 sort: sort-spelling.txt
4 sort-%: %
5 csplit --prefix $<- $< '/^$$/'
6 LC_ALL="en_US.UTF-8" LANG= sort -u $<-01 | cat $<-00 - > $<
7 rm -f $<-0[01]