Advertisement
Guest User

Untitled

a guest
Apr 27th, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. root@pine64so:~/sunxi-cedar-mainline# make ARCH=arm64 KDIR="/usr/src/linux-source-5.4.28-sunxi64/" -f Makefile.linux
  2. make -C /usr/src/linux-source-5.4.28-sunxi64/ MAKEFILES=/root/sunxi-cedar-mainline/.config SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules
  3. make[1]: Entering directory '/usr/src/linux-source-5.4.28-sunxi64'
  4. CALL scripts/checksyscalls.sh
  5. CALL scripts/atomic/check-atomics.sh
  6. CHK kernel/kheaders_data.tar.xz
  7. Building modules, stage 2.
  8. MODPOST 2274 modules
  9. warning: same module names found:
  10. drivers/mfd/ac200.ko
  11. drivers/net/phy/ac200.ko
  12. make[1]: Leaving directory '/usr/src/linux-source-5.4.28-sunxi64'
  13. root@pine64so:~/sunxi-cedar-mainline# ls -lh
  14. total 96K
  15. -rw-r--r-- 1 root root 50K Apr 27 11:07 cedar_ve.c
  16. -rw-r--r-- 1 root root 1.8K Apr 27 11:07 cedar_ve.h
  17. -rw-r--r-- 1 root root 18K Apr 27 11:07 LICENSE
  18. lrwxrwxrwx 1 root root 1 Apr 27 11:07 linux -> .
  19. lrwxrwxrwx 1 root root 14 Apr 27 11:07 Makefile -> Makefile.linux
  20. -rw-r--r-- 1 root root 58 Apr 27 11:07 Makefile.basic
  21. -rw-r--r-- 1 root root 12K Apr 27 11:07 Makefile.linux
  22. -rw-r--r-- 1 root root 357 Apr 27 11:07 README.md
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement