%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/modules/4.4.0-210-generic/build/ubuntu/ |
Upload File : |
# # Makefile for the Linux kernel ubuntu supplied third-party device drivers. # # # NOTE: to allow drivers to be added and removed without causing merge # collisions you should add new entries in the middle of the six lines # of ## at the bottom of the list. Always add three lines of ## above # your new entry and maintain the six lines below. # ## ## ## obj-$(CONFIG_DM_RAID45) += dm-raid4-5/ ## ## ## ifneq ($(filter $(ARCH), i386 x86_64),) obj-y += vbox/ endif ## ## ## obj-$(CONFIG_DRM_I915_BPO) += i915/ ## ## ## obj-$(CONFIG_HIO) += hio/ ## ## ## ifeq ($(filter $(ARCH), s390),) obj-y += xr-usb-serial/ endif ## ## ## obj-$(CONFIG_WLAN_VENDOR_RSI) += rsi/ ## ## ## obj-$(CONFIG_OPENNSL) += opennsl/ ## ## ## ## obj-$(CONFIG_BNXT_BPO) += bnxt/ ## ## ## obj-$(CONFIG_CAN_HMS_USB) += ixxat/ ## ## ## ## ## ## # This is a stupid trick to get kbuild to create ubuntu/built-in.o obj- += foo.o